*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}body{font-family:Roboto,sans-serif;background:#000;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}img{max-width:120px;margin-bottom:20px}h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;margin-bottom:12px}p{font-size:clamp(.9rem,2.5vw,1.1rem);max-width:560px;margin:0 auto 24px}a{display:inline-block;background:#fc0;color:#000;font-weight:700;padding:14px 28px;border-radius:4px;text-decoration:none;letter-spacing:.5px}a:hover{background:#fff}.cb{position:fixed;bottom:0;left:0;right:0;background:#111;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;z-index:10}.cb button{margin-left:8px;padding:6px 12px;border:none;border-radius:3px;background:#fc0;color:#000;font-weight:700;cursor:pointer}.cb button:hover{background:#fff}.hidden{display:none}